home *** CD-ROM | disk | FTP | other *** search
- 5 poke53280,14:poke646,14:poke53281,6
- 10 rem ** turbo loader! (c) 1990 **
- 20 rem ** by mosthak ahmed **
- 30 rem ** fuzz dude software **
- 40 for i=0 to 100:poke 53280,i:poke 53281,i*2:next i
- 50 print chr$(147);
- 60 poke 53280,0:poke 53281,0
- 70 print chr$(152);" welcome to turbo ![146]"
- 80 print " [158]watch out for -"
- 90 print " error free 128"
- 100 print " error free 64"
- 110 print " error free 128 +"
- 120 print " error free 64 +"
- 130 print "press spacebar to continue"
- 140 print "[159]fuzz dude software (c)opyright 1990[146]"
- 150 print "by mosthak 'moosh' ahmed[146]"
- 160 get q$:if q$<>" " then 160
- 170 print "[147]";
- 180 poke 53280,7:poke 53281,6
- 190 print "";
- 200 clr
- 210 a=1:if a=1 then load "turbo!",8,1
- 220 a=2:if a=2 then sys 2061
- 230 a=3:if a=3 then end
-